report_step_size_too_small Subroutine

public subroutine report_step_size_too_small(err, fcn, x, h)

Reports an error when the step size becomes too small.

Arguments

Type IntentOptional Attributes Name
class(errors), intent(inout) :: err

The error handling object.

character(len=*), intent(in) :: fcn

The name of the function or subroutine in which the error occurred.

real(kind=real64), intent(in) :: x

The value of the independent variable at which the step size error occurred.

real(kind=real64), intent(in) :: h

The step size value.


Variables

Type Visibility Attributes Name Initial
character(len=256), public :: msg